@@ -1,10 +1,31 @@  | 
            ||
| 1 | 1 | 
                <!DOCTYPE html>  | 
            
| 2 | 
                -<html>  | 
            |
| 3 | 
                -<head lang="en">  | 
            |
| 4 | 
                - <meta charset="UTF-8">  | 
            |
| 2 | 
                +<html lang="zh-CN">  | 
            |
| 3 | 
                +<head>  | 
            |
| 4 | 
                + <meta charset="utf-8">  | 
            |
| 5 | 
                + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">  | 
            |
| 6 | 
                + <meta name="format-detection" content="telephone=no,email=no,address=no">  | 
            |
| 7 | 
                + <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">  | 
            |
| 5 | 8 | 
                <title>联系我们</title>  | 
            
| 9 | 
                +  | 
            |
| 10 | 
                + <style>  | 
            |
| 11 | 
                +        div {line-height:150%}
               | 
            |
| 12 | 
                +        .container {padding:5px 5%;text-align:justify}
               | 
            |
| 13 | 
                +        .center {text-align:center}
               | 
            |
| 14 | 
                +        .contact {position:fixed;top:20%;width:90%}
               | 
            |
| 15 | 
                +        .item {font-size:13px}
               | 
            |
| 16 | 
                + </style>  | 
            |
| 6 | 17 | 
                </head>  | 
            
| 7 | 18 | 
                <body>  | 
            
| 8 | 
                - <div style="text-align: center;font-size: 50px;">联系我们页面</div>  | 
            |
| 19 | 
                + <div class="container" >  | 
            |
| 20 | 
                + <div class="content">  | 
            |
| 21 | 
                + <h1 class="center">联系我们</h1>  | 
            |
| 22 | 
                + <div class="contact">  | 
            |
| 23 | 
                + <div><strong>官方微信: </strong><span class="item">pai_ai</span></div>  | 
            |
| 24 | 
                + <div><strong>商务合作: </strong><span class="item">partner@pai.ai</span></div>  | 
            |
| 25 | 
                + <div><strong>用户反馈: </strong><span class="item">feedback@pai.ai</span></div>  | 
            |
| 26 | 
                + <div><strong>公司地址: </strong><span class="item">北京市海淀区西八里庄路玲珑商务楼</span></div>  | 
            |
| 27 | 
                + </div>  | 
            |
| 28 | 
                + </div>  | 
            |
| 29 | 
                + </div>  | 
            |
| 9 | 30 | 
                </body>  | 
            
| 10 | 31 | 
                </html>  | 
            
                @@ -1,12 +1,15 @@  | 
            ||
| 1 | 1 | 
                <!DOCTYPE html>  | 
            
| 2 | 
                -<html>  | 
            |
| 3 | 
                -<head lang="en">  | 
            |
| 4 | 
                - <meta charset="UTF-8">  | 
            |
| 2 | 
                +<html lang="zh-CN">  | 
            |
| 3 | 
                +<head>  | 
            |
| 4 | 
                + <meta charset="utf-8">  | 
            |
| 5 | 
                + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">  | 
            |
| 6 | 
                + <meta name="format-detection" content="telephone=no,email=no,address=no">  | 
            |
| 7 | 
                + <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">  | 
            |
| 5 | 8 | 
                <title>用户协议</title>  | 
            
| 6 | 9 | 
                 | 
            
| 7 | 10 | 
                <style>  | 
            
| 8 | 11 | 
                         div {line-height:200%}
               | 
            
| 9 | 
                -        .container {padding:5px}
               | 
            |
| 12 | 
                +        .container {padding:5px;text-align:justify}
               | 
            |
| 10 | 13 | 
                         .center {text-align:center}
               | 
            
| 11 | 14 | 
                         .right {text-align:right}
               | 
            
| 12 | 15 | 
                         .indent {text-indent:2em}
               | 
            
                @@ -15,7 +18,7 @@  | 
            ||
| 15 | 18 | 
                </head>  | 
            
| 16 | 19 | 
                <body>  | 
            
| 17 | 20 | 
                <div class="container" >  | 
            
| 18 | 
                - <div class="content joinus">  | 
            |
| 21 | 
                + <div class="content">  | 
            |
| 19 | 22 | 
                <h1 class="center">软件许可及服务协议</h1>  | 
            
| 20 | 23 | 
                <div class="indent"><strong>欢迎你使用拍爱。</strong></div>  | 
            
| 21 | 24 | 
                <div class="indent"><strong>拍爱是北京佳艺徕经贸有限责任公司</strong>(以下称“拍爱网络”或“我们'')所运营的影像拍摄、交流及分享服务,旨在更好的满足用户对影像的需求。</div>  |